FHIR © HL7.org  |  Server Home  |  FHIR Server FHIR Server 3.7.16  |  FHIR Version n/a  User: [n/a]

Resource StructureDefinition/FHIR Server from package de.gematik.erg#1.1.0-rc2 (94 ms)

Package de.gematik.erg
Type StructureDefinition
Id Id
FHIR Version R4
Source https://simplifier.net/resolve?scope=de.gematik.erg@1.1.0-rc2&canonical=https://gematik.de/fhir/erg/StructureDefinition/erg-rechnungsprozedur
Url https://gematik.de/fhir/erg/StructureDefinition/erg-rechnungsprozedur
Version 1.1.0-rc2
Status active
Date 2025-04-07
Name ERGRechnungsprozedur
Title ERG Rechnungsprozedur
Experimental False
Realm de
Type Procedure
Kind resource

Resources that use this resource

No resources found


Resources that this resource uses

StructureDefinition
http://fhir.de/StructureDefinition/CodingOPS Coding-Profil für OPS
https://gematik.de/fhir/erg/StructureDefinition/erg-patient ERGPatient


Source

{
  "resourceType" : "StructureDefinition",
  "id" : "erg-rechnungsprozedur",
  "url" : "https://gematik.de/fhir/erg/StructureDefinition/erg-rechnungsprozedur",
  "version" : "1.1.0-rc2",
  "name" : "ERGRechnungsprozedur",
  "title" : "ERG Rechnungsprozedur",
  "status" : "active",
  "experimental" : false,
  "date" : "2025-04-07",
  "publisher" : "gematik GmbH",
  "contact" : [
    {
      "telecom" : [
        {
          "system" : "url",
          "value" : "http://gematik.de/"
        }
      ]
    }
  ],
  "fhirVersion" : "4.0.1",
  "kind" : "resource",
  "abstract" : false,
  "type" : "Procedure",
  "baseDefinition" : "http://hl7.org/fhir/StructureDefinition/Procedure",
  "derivation" : "constraint",
  "differential" : {
    "element" : [
      {
        "id" : "Procedure.status",
        "path" : "Procedure.status",
        "short" : "Status der Prozedur",
        "comment" : "Der Status der Prozedur MUSS vorhanden sein.",
        "patternCode" : "completed",
        "mustSupport" : true
      },
      {
        "id" : "Procedure.code",
        "path" : "Procedure.code",
        "mustSupport" : true
      },
      {
        "id" : "Procedure.code.coding",
        "path" : "Procedure.code.coding",
        "slicing" : {
          "discriminator" : [
            {
              "type" : "pattern",
              "path" : "$this"
            }
          ],
          "rules" : "open"
        },
        "mustSupport" : true
      },
      {
        "id" : "Procedure.code.coding:OPS",
        "path" : "Procedure.code.coding",
        "sliceName" : "OPS",
        "short" : "Code und Text nach OPS",
        "comment" : "Die Codierung nach OPS SOLL vorhanden sein.",
        "min" : 0,
        "max" : "1",
        "type" : [
          {
            "code" : "Coding",
            "profile" : [
              "http://fhir.de/StructureDefinition/CodingOPS"
            ]
          }
        ],
        "patternCoding" : {
          "system" : "http://fhir.de/CodeSystem/bfarm/ops"
        },
        "mustSupport" : true
      },
      {
        "id" : "Procedure.code.coding:OPS.system",
        "path" : "Procedure.code.coding.system",
        "short" : "System des OPS Code",
        "comment" : "Das System des OPS Code MUSS vorhanden sein.",
        "mustSupport" : true
      },
      {
        "id" : "Procedure.code.coding:OPS.code",
        "path" : "Procedure.code.coding.code",
        "short" : "Code nach OPS",
        "comment" : "Der Code nach OPS SOLL vorhanden sein.",
        "mustSupport" : true
      },
      {
        "id" : "Procedure.code.coding:OPS.display",
        "path" : "Procedure.code.coding.display",
        "short" : "Text zum OPS Code",
        "comment" : "Der Text zum OPS Code SOLL vorhanden sein.",
        "mustSupport" : true
      },
      {
        "id" : "Procedure.subject",
        "path" : "Procedure.subject",
        "short" : "Referenz auf die behandelte Person",
        "comment" : "Die Procedure SOLL auf eine zugehörige behandelte Person referenzieren.",
        "type" : [
          {
            "code" : "Reference",
            "targetProfile" : [
              "https://gematik.de/fhir/erg/StructureDefinition/erg-patient",
              "http://hl7.org/fhir/StructureDefinition/Patient"
            ]
          }
        ],
        "mustSupport" : true
      },
      {
        "id" : "Procedure.subject.reference",
        "path" : "Procedure.subject.reference",
        "min" : 1,
        "mustSupport" : true
      },
      {
        "id" : "Procedure.performed[x]",
        "path" : "Procedure.performed[x]",
        "slicing" : {
          "discriminator" : [
            {
              "type" : "type",
              "path" : "$this"
            }
          ],
          "ordered" : false,
          "rules" : "open"
        },
        "short" : "OPS Behandlungsdatum oder -zeitraum",
        "comment" : "Entweder das OPS Behandlungsdatum, oder der -zeitraum SOLL vorhanden sein.",
        "type" : [
          {
            "code" : "dateTime"
          },
          {
            "code" : "Period"
          }
        ],
        "mustSupport" : true
      },
      {
        "id" : "Procedure.performed[x]:performedDateTime",
        "path" : "Procedure.performed[x]",
        "sliceName" : "performedDateTime",
        "short" : "OPS Behandlungsdatum",
        "min" : 0,
        "max" : "1",
        "type" : [
          {
            "code" : "dateTime"
          }
        ],
        "mustSupport" : true
      },
      {
        "id" : "Procedure.performed[x]:performedPeriod",
        "path" : "Procedure.performed[x]",
        "sliceName" : "performedPeriod",
        "short" : "OPS Behandlungszeitraum",
        "min" : 0,
        "max" : "1",
        "type" : [
          {
            "code" : "Period"
          }
        ],
        "mustSupport" : true
      }
    ]
  },
  "text" : {
  }
}

XIG built as of ??metadata-date??. Found ??metadata-resources?? resources in ??metadata-packages?? packages.